Tip: |
|
Time and date embedded variables use this format:
/*Time_date_format*/
The syntax is:
Time_date_format uses one of these character sequences to specify the format:
Select this option from the drop-down list |
To insert these characters |
This format is called |
29/11/2000 |
SD |
Short date |
November 29, 2000 |
LD |
Long date |
29/11/2000 3:39:03 PM |
SDT |
Short date and time |
November 29, 2000 3:39:03 PM |
LDT |
Long date and time |
3:39:03 PM |
T |
Time |
3:39:03 PM 29/11/2000 |
TSD |
Time and short date |
3:39:03 PM November 29, 2000 |
TLD |
Time and long date |
For example, to display the time followed by the short date, you would select this option from the list:
3:39:03 PM 29/11/2000
The time-and-date variable would appear as this:
/*TSD*/
On the display during development, the variable displays the time it was created until the display is closed and reopened. It will then show the time the display was reopened.
At run time, the variable will update continuously.
A space appears between the time and date when the embedded variable is displayed at run time.